About 1052 letters
About 5 minutes
<math>
The <math> MathML element is the top-level MathML element, used to write a single mathematical formula. It can be placed in HTML content where flow content is permitted.
display
: This enumerated attribute specifies how the enclosed MathML markup should be rendered. It can have one of the following values:
block
, which means that this element will be displayed in its own block outside the current span of text and with math-style
set to normal
. inline
, which means that this element will be displayed inside the current span of text and with math-style
set to compact
. If not present, its default value is inline
.
Created in 5/27/2025
Updated in 5/27/2025